home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Shout3Ddemo / S3D_2E1.exe / Shout3d_runtime / codebase / models / nodeSearchPathTests / pyramidFullyQualified.s3d < prev    next >
Text File  |  2000-09-11  |  511b  |  19 lines

  1. #VRML V2.0 utf
  2. # This file fully qualifies all the class names of nodes used in the file.
  3. # It can be read from an applet which redefines the nodeSearchPath
  4. # to be the simple string "RELATIVE_TO_CODEBASE"
  5. DEF PYRAMID shout3d.core.Transform {
  6.     rotation 0 1 0 .79 
  7.     children 
  8.         shout3d.core.Shape {
  9.             appearance     shout3d.core.Appearance {
  10.                 material shout3d.core.Material {
  11.                     diffuseColor .6 .6 1 
  12.                 }
  13.             }
  14.             geometry custom_nodes.Pyramid { 
  15.                 width 4 height 2 depth 1 
  16.             }
  17.         }
  18.     }
  19. }